home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / t_rng200.zip / HISTORY.DOC < prev    next >
Text File  |  1997-08-04  |  4KB  |  96 lines

  1. History-File to Ringup\Event-Handler-Script
  2.  
  3. Version: 2.00
  4. Datum: 04.08.1997
  5.  
  6. This version does only work with Terminate 5!!!!
  7.  
  8. Fixed: Calculation of leap-year
  9.  
  10. Changed: Reorganisation by using arrays.
  11.  
  12.          64 instead of 16 events
  13.  
  14.          The events shown in the main screen are sorted on there start points. 
  15.  
  16.          Using only one device watching the color of the action window changes.
  17.          
  18.          To increase startup speed of the script only the last lines of the
  19.          log file are read.
  20.  
  21.          Scan outbound function now creates additional batch files for each
  22.          zone.
  23.  
  24.          Scan Outbound creates batch files (OUT????.BAT), which will call the
  25.          user definable batch file CALLOUT.BAT with nodenumber as parameter
  26.          so that you can define the way the outbound calls should work.
  27.  
  28. New: Evaluation of additional RING infos on device 1 (f. e.
  29.      RING <caller-id>/EAZ<n>/<service indicator> on ISDN which will give
  30.      you the following possibilities:
  31.      - Freepoll (Caller isaccepted only if there is mail for him)
  32.      - Rejecting callers
  33.      - Watching the analogue line via ISDN device (permanent device switching
  34.        is no longer necessary)
  35.      - Starting different programs for answering the ring (depending on
  36.        caller, service etc.)
  37.      - Callback without answering the trigger call (the caller has not to pay
  38.        for the initializing of a callback)
  39.      - caller log
  40.      All evaluations could be set active on special time intervals.
  41.  
  42.      After recognizing a RING the scripts creates the batch file BBS.BAT which
  43.      will call the usee definable batch file STARTBBS.BAT with 8 parameters
  44.      (errorlevel, Terminate device, port, baud, time to next event, status of
  45.      call, additional ring info, date/time). Now the handling of call should
  46.      be made in STARTBBS.BAT while in RINGUP.BAT only BBS.BAT should be called.
  47.  
  48.      32 commands for the events definable, which are called directly from
  49.      script.
  50.  
  51.      Automatical shorting of log file.
  52.  
  53.      Closing script directly if low memory (errorlevel 245).
  54.  
  55.      Cursor is set to hidden after calling an external function.
  56.  
  57.      New parameter DAY: for the events.
  58.  
  59.      Calculates the time until the next event takes place - now it is possible
  60.      to make the event search exactly at the time stamp an event takes place.
  61.  
  62.      Password protection of keyboard.
  63.  
  64.      Nine free definable menu slots; the old slots "TerMail" and "DOS-Shell"
  65.      are now one of these definable menu slots (predefined). The errorlevels
  66.      252 and 253 are no unused but reserved for internal use in future!
  67.  
  68.      The events of today are shown highlighted.
  69.  
  70. =============================================================================
  71.  
  72. Version: 1.21
  73. Datum: 25.10.1996
  74.  
  75. Changed: The errorlevel defined in RINGUP for internal use have been
  76.          changed. Now the script uses 246 to 255 instead of 990 to
  77.          999, because the DOS box of OS/2 is unable to work with error-
  78.          levels above 255. You are not allowed to use the errorlevels
  79.          246 to 255 in the device or event definitions.
  80.  
  81.          Updating from earlier versions you have to change RINGUP.BAT:
  82.  
  83.          IF ERRORLEVEL 255 GOTO End
  84.          IF ERRORLEVEL 254 GOTO Terminate
  85.          IF ERRORLEVEL 253 GOTO Termail
  86.          IF ERRORLEVEL 252 GOTO DosShell
  87.          IF ERRORLEVEL 251 GOTO ViewRingupLog
  88.          IF ERRORLEVEL 250 GOTO EditRingupCfg
  89.          IF ERRORLEVEL 249 GOTO ViewTerLog
  90.          IF ERRORLEVEL 248 GOTO NoConfig
  91.          IF ERRORLEVEL 247 GOTO KeyError
  92.          IF ERRORLEVEL 246 GOTO ProgError
  93.  
  94. =============================================================================
  95.  
  96.